type net/http.http2priorityWriteScheduler
9 uses
net/http (current package)
h2_bundle.go#L10930: ws := &http2priorityWriteScheduler{
h2_bundle.go#L11091: type http2priorityWriteScheduler struct {
h2_bundle.go#L11120: func (ws *http2priorityWriteScheduler) OpenStream(streamID uint32, options http2OpenStreamOptions) {
h2_bundle.go#L11151: func (ws *http2priorityWriteScheduler) CloseStream(streamID uint32) {
h2_bundle.go#L11176: func (ws *http2priorityWriteScheduler) AdjustStream(streamID uint32, priority http2PriorityParam) {
h2_bundle.go#L11247: func (ws *http2priorityWriteScheduler) Push(wr http2FrameWriteRequest) {
h2_bundle.go#L11267: func (ws *http2priorityWriteScheduler) Pop() (wr http2FrameWriteRequest, ok bool) {
h2_bundle.go#L11294: func (ws *http2priorityWriteScheduler) addClosedOrIdleNode(list *[]*http2priorityNode, maxSize int, n *http2priorityNode) {
h2_bundle.go#L11308: func (ws *http2priorityWriteScheduler) removeNode(n *http2priorityNode) {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |